/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  8
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    location    "constant";
    object      transportProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

phases (air water);

air
{
    transportModel  Newtonian;
    nu              2.1739e-5;
    rho             0.598;
}

water
{
    transportModel  Newtonian;
    nu              1e-6;
    rho             958.40;
}

sigma           	sigma [ 1 0 -2 0 0 0 0 ] 0.07;


// ************************************************************************* //
